#include <BustaModelOpponent.h>
Public Member Functions | |
BustaModelOpponent () | |
Constructor. | |
BustaModelOpponent (int c, int h, int s) | |
Constructor. | |
~BustaModelOpponent () | |
Destructor. | |
int | getCharacter () |
Gets Character. | |
int | getHealth () |
gets health of character | |
int | getTips () |
gets amount in tipjar |
Opponent representation, has character, health, and tip jar
|
Constructor. Initializes variables |
|
Constructor. Initializes variables |
|
Destructor. Deletes tip jar |
|
Gets Character. Returns int representing character ID, representation |
|
gets health of character Gets the health of the opponent |
|
gets amount in tipjar returns int with current amount in opponent tip jar |